home *** CD-ROM | disk | FTP | other *** search
/ Merciful 5 / Merciful - Disc 5.iso / software / p / pcqpascalv1.2d.lha / Include / Utils / StrToInt.i < prev    next >
Encoding:
Text File  |  1997-05-06  |  93 b   |  7 lines

  1. {
  2.     Include von StrToInt.
  3. }
  4.  
  5. FUNCTION  StrToInt(cz : string): integer;
  6.           external;
  7.